home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
Source
/
Macintosh Tracker 1.1 Source
/
Tracker Client Folder
/
Core 27⁄June⁄1993
/
CModalDialog.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-09
|
409 b
|
20 lines
|
[
TEXT/KAHL
]
/* CModalDialog.h */
#pragma once
#include "CWindow.h"
#define DoAllowMenus (True)
#define DontAllowMenus (False)
struct CModalDialog : CWindow
{
MyBoolean* GoAwayLocation;
EXECUTE(MyBoolean Initialized;)
/* */ ~CModalDialog();
void IModalDialog(LongPoint Start, LongPoint Extent, MyBoolean AllowMenus);
void MakeMyGrafPtr(LongPoint Start, LongPoint Extent);
void DoEventLoop(void);
};